--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 563cbbb6cd6c9e1af814e3094bd31eba2851dd21
Parents : 753b546
Author : Mark Qvist <mark@unsigned.io>
Date : 2021-05-17T20:11:52+02:00
Updated setup.py
Changes
Diff
diff --git a/setup.py b/setup.py
index 1bacfa6..10378cb 100644
--- a/setup.py
+++ b/setup.py
@@ -23,6 +23,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet:main']
},
- install_requires=['rns', 'lxmf', 'urwid==2.1.2'],
+ install_requires=['rns>=0.2.0', 'lxmf>=0.0.3', 'urwid>=2.1.2'],
python_requires='>=3.5',
)
\ No newline at end of file
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────